home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Freeware / Find and Run Robot 2.33.01 / FindAndRunRobotSetup.exe / ConfigDir.ini < prev    next >
Text File  |  2007-09-03  |  2KB  |  45 lines

  1.  
  2. // CONFIGDIR = %MYDOCUMENTS%
  3.  
  4.  
  5. // This file (ConfigDir.ini) defines the directory where all configuration
  6. //  files for the program will be stored.
  7. // There should be only 1 actual line in this file that has any meaning,
  8. //  the CONFIGDIR assignmane above.  Everything else here is just comments.
  9. //
  10. // By default it is normally set to the program directory itself, meaning
  11. //  that all configuration/ini/settings/preferences will be store here
  12. //  with this ConfigDir.ini file.  This is also best for when you want to
  13. //  put the program on a usb drive.
  14. // Sometimes it is preferable to store the configuration files in a
  15. //  different directory, like a "C:\Documents and Settings" subdirectory
  16. //  which is designed to store program configuration data, or a custom
  17. //  directory specified by a user on a separate drive.
  18. //
  19. // TIPS:
  20. // 1. You can comment out lines by prefacing them with //
  21. // 2. You can use the following replacements:
  22. //     . (actual program directory -- use this for portable usb, etc.)
  23. //     %MYDOCUMENTS% (like C:\My Documents)
  24. //     %APPDATA% (like C:\Documents and Settings\{username}\Application Data)
  25. //     %PROFILE% (like C:\Documents and Settings\{username})
  26. //     %COMMONAPPDATA% (like C:\Documents and Settings\All Users\Application Data)
  27. // 3. The specified directory will be created if it doesn't exist.
  28. // 4. If configuration files are not found in the specified directory,
  29. //     any existing configuration files in the app dir will be copied
  30. //     from the app dir to the specified directory.
  31. // 5. If you edit this file while the program is running you need to
  32. //     exit and restart the program before it will take effect.
  33. //
  34. // EXAMPLES:
  35. //    CONFIGDIR=.
  36. //    CONFIGDIR=%MYDOCUMENTS%
  37. //    CONFIGDIR=E:\MyCleverSettings\
  38. //    CONFIGDIR=%APPDATA%
  39. //
  40. // NOTE: the company and application subdirectory name will automatically be
  41. //  added to the path specified (except for %APPDIR% which includes the name
  42. //  already, i.e.:
  43. //    "E:\MyCleverSettings" -> "E:\MyCleverSettings\DonationCoder\AppName\"
  44. //
  45. /////////////////////////////////////////////////////////////////////////////